/* #region toolkit */
.toolkit {
  position: fixed;
  right: 8px;
  top: 60vh;
  z-index: 999;
}
.qrcode_weixin {
  width: 120px;
  height: 120px;
}
.toolkit-con {
  padding: 16px 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 12px #00000014;
  width: 66px;
  height: 186px;
  position: relative;
}
.toolkit-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.toolkit-item {
  border-radius: 8px;
  width: 54px;
  height: 54px;
  cursor: pointer;
}
.toolkit-item:hover {
  background-color: #f0f0f0;
}
.weixin-con {
  visibility: hidden;
  margin: 4px 0 12px;
  padding: 16px 10px 16px 0;
  filter: drop-shadow(0px 2px 6px #00000014);
  background-image: url('../images/toolkit/57aea8b1a656f27a5188ded56f7a1f69.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 153px;
  height: 178px;
  position: absolute;
  right: 70px;
  top: 0;
}
.weixin:hover .weixin-con {
  visibility: visible;
}
.weixin-con_text {
  font-size: 14px;
  font-family: "Helvetica Neue","Microsoft YaHei","微软雅黑",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 13px;
  color: #262626;
}
/* #endregion toolkit */
